Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

animate.css

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animate.css

_Just-add-water CSS animation_

  • 3.7.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
451K
decreased by-1.55%
Maintainers
2
Weekly downloads
 
Created

What is animate.css?

animate.css is a popular library for CSS animations. It provides a collection of pre-defined animations that can be easily applied to elements in a web page. The library is designed to be simple to use and integrates well with other web technologies.

What are animate.css's main functionalities?

Basic Animations

This feature allows you to apply basic animations like bounce, fade, and slide to HTML elements. The code sample demonstrates how to include the animate.css library and apply the 'bounce' animation to a div element.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<div class="animate__animated animate__bounce">An animated element</div>

Attention Seekers

Attention seekers are animations designed to grab the user's attention, such as shake, wobble, and jello. The code sample shows how to apply the 'shakeX' animation to a div element.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<div class="animate__animated animate__shakeX">An animated element</div>

Specials

Special animations include more complex effects like hinge, rollIn, and rollOut. The code sample demonstrates how to apply the 'hinge' animation to a div element.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<div class="animate__animated animate__hinge">An animated element</div>

Other packages similar to animate.css

FAQs

Package last updated on 04 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc